Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More H5FDs3comms.c/h cleanup #5231

Merged
merged 3 commits into from
Jan 14, 2025
Merged

Conversation

derobins
Copy link
Member

@derobins derobins commented Jan 14, 2025

  • Make more error lines like the rest of the library (i.e., check for negative herr_t instead of FAIL)
  • Rename functions that create AWS strings to include _make_aws_ in the name
  • Separate out the test-only load AWS credentials function
  • Other minor cleanup

* Make more error lines like the rest of the library (i.e., check for
  negative herr_t instead of FAIL)
* Rename functions that create AWS strings to include _make_aws_
  in the name
* Separate out the test-only load AWS credentials function
* Other minor cleanup
@derobins derobins added Priority - 2. Medium ⏹ It would be nice to have this in the next release Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality labels Jan 14, 2025
@@ -452,52 +452,37 @@ typedef struct {
extern "C" {
#endif

/****************************
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks messy, but if you look at the raw files you'll see it's just some reorg.

@lrknox lrknox merged commit 01d5a97 into HDFGroup:develop Jan 14, 2025
76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants